home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.bin / Docs / Success.dir / 00013.ls < prev    next >
Encoding:
Text File  |  1997-01-22  |  140 b   |  9 lines

  1. on exitFrame
  2.   global chica
  3.   if (chica = "D") or (chica = "E") or (chica = "F") then
  4.     go("acierto")
  5.   else
  6.     go("fallo")
  7.   end if
  8. end
  9.